HighContrast: Update flowbox rubberband styling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:55:29 +0000 (00:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:55:29 +0000 (00:55 -0500)
Adapt to the changes in the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 5926be643d5fbdd33d513c8039c98228978e47e4..84fd778dd4f5c6cf620422b3b869e763a27ab5d4 100644 (file)
@@ -126,6 +126,10 @@ rubberband {
   background-color: transparentize($selected_bg_color,0.8);
 }
 
+flowbox {
+  & rubberband { @extend rubberband; }
+}
+
 label {
   &:selected,
   &:selected:focus,
index 347b925e978245d703feecde08e31dff291fe28a..d869a4867317b89628d77b8e283161363ad14407 100644 (file)
@@ -108,6 +108,7 @@ textview text,
 
 .rubberband,
 rubberband,
+flowbox rubberband,
 treeview.view.rubberband {
   border: 1px solid #000;
   background-color: rgba(0, 0, 0, 0.2); }